This page last changed on Oct 19, 2006 by rgreig.
This page is a placeholder for more detailed information.
JVM flags
The following system properties need to be set to enable connection to the platform MBean server on the JVM running the broker:
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
This obviously isn't secure but is a useful way just to get it up and running in development.
|